home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / v cisle / robocopy / rktools.exe / RCDATA / CABINET / rktools.msi / instcm.txt < prev    next >
Text File  |  2003-04-18  |  1KB  |  25 lines

  1. =====================================================
  2. InstCM.exe - installs a downloaded update
  3. -----------------------
  4. Parameters:
  5. /n        - CM Service profile name
  6. /d         - Service Dir
  7. /e         - .exe name to launch. Filename format (name.exe)
  8. /sleep         - Optional sleep time
  9. /mbtype     - Optional message box type (0 - default, no message box; 1 - OK message box, 2 - YES/NO messages (gives user control to install or not))
  10. /text         - Optional message box text (quoted text)
  11. /o         - Optional parameters (this needs to be the LAST parameter, because everything after /o flag is considered as an optional parameter)
  12.  
  13. Usage:
  14. /n %ServiceName% /d %ServiceDir% /sleep sleep_time /e exe_name /mbtype msg_box_type /text quoted_text /o optional_params
  15.  
  16. Example:
  17.  
  18. /n %ServiceName% /d %ServiceDir% /sleep 0 /e profile.exe /mbtype 1 /text "A new version will be installed." /o /q:a /c:"cmstp.exe /s profile.inf"
  19. /n %ServiceName% /d %ServiceDir% /e profile.exe /mbtype 2 /text "Do you want to install a newer version?"
  20.  
  21.  
  22.  
  23.  
  24.  
  25.